API Documentation
Public Attributes | List of all members
nkDebug::TestFunctionObserverInformation Struct Referencefinal

Information provided during a function run. More...

Public Attributes

nkMemory::StringView _name = ""
 Name of the calling function, available at all times.
 
unsigned long long _timeMicroS = 0ull
 Time the function took to run, in micro seconds. Available after a run, whether successful or not.
 
TestRunResult_runResult = nullptr
 Pointer over the test results. Available after a run, whether successful or not.
 

Detailed Description

Information provided during a function run.


The documentation for this struct was generated from the following file: